-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a new keyboard: the Dumbo #9656
Conversation
Committed all of the suggested changes except for removing the bootloader reference comments in rules.mk as i think it is handy. Co-authored-by: Ryan <[email protected]> Co-authored-by: James Young <[email protected]>
Removed the bootloader reference as suggested Co-authored-by: Ryan <[email protected]>
Co-authored-by: Ryan <[email protected]>
Do i need to take action in regards to the failed "PR Lint keyboards" check? And if so what needs to be done? |
The failure is for another board that isn't touched in this PR, you can safely ignore it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly LAYOUT
-> LAYOUT_split_3x6_4
.
…_SPLIT_3x6_4 in the future_4 Co-authored-by: James Young <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Thanks! |
* added dumbo keyboard * added my personal keymap * changed picture in readme * removed rev1 folder to reduce clutter and confusion * missed a few changes in last commit, everything should be added now * Apply suggestions from code review Committed all of the suggested changes except for removing the bootloader reference comments in rules.mk as i think it is handy. * Update keyboards/dumbo/rules.mk Removed the bootloader reference as suggested * Apply clean up of info.json * Apply suggestions from noroadsleft to support community layout LAYOUT_SPLIT_3x6_4 in the future_4
This reverts commit b67f02f.
* added dumbo keyboard * added my personal keymap * changed picture in readme * removed rev1 folder to reduce clutter and confusion * missed a few changes in last commit, everything should be added now * Apply suggestions from code review Committed all of the suggested changes except for removing the bootloader reference comments in rules.mk as i think it is handy. * Update keyboards/dumbo/rules.mk Removed the bootloader reference as suggested * Apply clean up of info.json * Apply suggestions from noroadsleft to support community layout LAYOUT_SPLIT_3x6_4 in the future_4
* added dumbo keyboard * added my personal keymap * changed picture in readme * removed rev1 folder to reduce clutter and confusion * missed a few changes in last commit, everything should be added now * Apply suggestions from code review Committed all of the suggested changes except for removing the bootloader reference comments in rules.mk as i think it is handy. * Update keyboards/dumbo/rules.mk Removed the bootloader reference as suggested * Apply clean up of info.json * Apply suggestions from noroadsleft to support community layout LAYOUT_SPLIT_3x6_4 in the future_4
Description
I added a new folder in the keyboards folder called "Dumbo" with all of the neccesary subfolders and files, including a default keymap and my personal keymap. Both have been tested with the latest version of qmk and work without any issues.
Types of Changes
Issues Fixed or Closed by This PR
Checklist